/status/system/interface/<intf_name>/type

Use

Use the view the interface type: Loopback, Ethernet, or CARP.

Parameters

intf_name: Name of interface

Data Key

The data key contains one of the values describe below in Data Values.

Data Type

uint32

Data Values

1 (Loopback)

2 (Ethernet)

3 (CARP)

Default Data Value

-1

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/system/interface/em1/type

GET Response

{"/status/system/interface/em1/type": {"data": 2,
                                        "default": False,
                                        "defaultAllowed": False,
                                        "deleteAllowed": False,
                                        "numChildren": 0,
                                        "type": "uint32"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/system/interface/em1/type"}
  1. /status/system/interface/<intf_name>/type 1. Parameters 2. Data Key
    1. Data Type
    2. Data Values
    3. Default Data Value 3. Request Methods 4. Related 5. Examples